home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update14.zoo / gcc / gcc.cdiff
Encoding:
Text File  |  1992-01-15  |  1.4 KB  |  33 lines

  1. *** ../gcc-diff-1.40/gcc.c    Tue Aug 13 17:45:55 1991
  2. --- gcc.c    Fri Dec  6 14:44:03 1991
  3. ***************
  4. *** 274,279 ****
  5. --- 274,280 ----
  6.      "cpp %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{i*} %{trigraphs} -undef \
  7.           -D__GNUC__ %{ansi:-trigraphs -$ -D__STRICT_ANSI__} %{!ansi:%p} %P\
  8.           %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
  9. +         %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
  10.           %{traditional} %{pedantic} %{P}\
  11.       %{Wcomment*} %{Wtrigraphs} %{Wall} %{w} %C\
  12.           %i %{!M*:%{!E:%{!pipe:%g.cpp}}}%{E:%W{o*}}%{M*:%W{o*}} |\n\
  13. ***************
  14. *** 290,295 ****
  15. --- 291,297 ----
  16.      "cpp -+ %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{i*} \
  17.           -undef -D__GNUC__ -D__GNUG__ %p %P\
  18.           %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
  19. +         %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
  20.           %{traditional} %{pedantic} %{P}\
  21.       %{Wcomment*} %{Wtrigraphs} %{Wall} %{w} %C\
  22.           %i %{!M*:%{!E:%{!pipe:%g.cpp}}}%{E:%W{o*}}%{M*:%W{o*}} |\n\
  23. ***************
  24. *** 316,321 ****
  25. --- 318,324 ----
  26.      "cpp %{nostdinc} %{C} %{v} %{D*} %{U*} %{I*} %{M*} %{trigraphs} \
  27.           -undef -D__GNUC__ -$ %p\
  28.           %c %{O:-D__OPTIMIZE__} %{mshort:-D__MSHORT__} %{mint:-D__MINT__}\
  29. +         %{m68881:-D__M68881__} %{m68020:-D__M68020__}\
  30.           %{traditional} %{pedantic}\
  31.           -undef -D__GNUC__ -$ %p %P\
  32.           %c %{O:-D__OPTIMIZE__} %{traditional} %{pedantic} %{P}\
  33.